How to: Delete duplicate records from a table.

Solution:


Copy the structure of the table, assign a primary key in the new table for the field containing duplicate information, create an append query from the original table to the newly created table.